services.podman.builds.<name>.environment
Environment variables to set in the build.
- Type
attribute set of (null or boolean or signed integer or string or absolute path or list of (null or boolean or signed integer or string or absolute path))- Default
{ }- Example
{ VAR1 = "0:100"; VAR2 = true; VAR3 = 5; }- Declared
- <home-manager/modules/services/podman/linux/builds.nix>